home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / dino / dino_bot.1 / doc / Makefile < prev    next >
Encoding:
Makefile  |  1991-03-10  |  217 b   |  10 lines

  1. # Copyright, 1990, Regents of the University of Colorado
  2. all    :
  3.     echo "" > doc.index2
  4.     latex doc.tex
  5.     latex doc.tex
  6.     latex doc.tex
  7.     sort -t~ +1 -2df +2 -3df +3 -4df +4 -5n doc.index | uniq > doc.index2
  8.     latex doc.tex
  9.  
  10.